home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- puppetSprite(18, 1)
- puppetSprite(19, 1)
- set the immediate of sprite 18 to 1
- set the immediate of sprite 19 to 1
- if rollOver(10) = 1 then
- set the castNum of sprite 18 to the number of cast "paper13.pcx"
- else
- set the castNum of sprite 18 to the number of cast "blank1.pcx"
- end if
- if rollOver(11) = 1 then
- set the castNum of sprite 19 to the number of cast "paper14.pcx"
- else
- set the castNum of sprite 19 to the number of cast "blank2.pcx"
- end if
- go(the frame)
- end
-